home *** CD-ROM | disk | FTP | other *** search
- ;Generic AUTOEXEC.NCF - 01/22/91
- ; Source: Darin May, MIS/LAN Manager Society of Critical Care Medicine
- ;
- ; Note:
- ; Replace parameters within angle-brackets with relevant
- ; values for custom installation.
-
-
- ; Setup Fileserver Definitions
- file server name <server_name>
- ipx internal net <net_address>
-
- ; Set System Variables
- set timezone <time_zone>
-
- ;============================================
- ;Patches
- ; Patches are listed in the following
- ; order:
- ; Static Patches
- ; Critical Patches
- ; Non-critical Patches
- ; Other Patches
- ;
- ; SERVER.EXE Patches fall into one
- ; of three types:
- ;
- ; Static, Semi-Static, and Dynamic
- ;
- ; Static patches are patches directly made
- ; into the SERVER.EXE file itself and are
- ; permanent. These patches were developed
- ; before the Patch Manager system was
- ; developed.
- ;
- ; Semi-Static patches are loaded and remain
- ; in effect until the server is restarted.
- ;
- ; Dynamic patches can be unloaded while
- ; the server is operational.
- ;
- ; Other "patches" may add functionality
- ; without patching SERVER.EXE
- ;
- ;============================================
- ;Static Patches
- ;============================================
- ; Scan Bindery Fix - 07/19/90 (9699 bytes)
- ; Purpose: Corrects faliure to recognize
- ; the "?" wildcard character during
- ; the ScanBinderyObject OS call.
- ; Symptom: OS returns "Object not found"
- ; re: SCANBFIX.EXE
- ;
- ;============================================
- ; Patch Manager - 10/29/90 12:51 (4174 bytes)
- ; Purpose: Manages all Netware patches and adds
- ; PATCH console command
- load PATCHMAN
- ;============================================
- ;Critical Patches
- ;============================================
- ; Disk cache subsystem Fix - 10/29/90 17:05 (1189 bytes)
- ; Type: Semi-Static
- ; Purpose: To correct a bug in the file caching algorithm
- ; that could cause loss of data
- load CACHEFIX
- ;------------
- ; Watchdog/Clear Connection Fix - 10/29/90 18:17 (1182 bytes)
- ; Type: Semi-Static
- ; Purpose: To prevent the following server ABEND:
- ; "Abend: Total sprintf string length was too long (Error code 00000000)"
- load WDOGFIX
- ;------------
- ; Immediate Purge File Fix - 10/29/90 17:53 (1872 bytes)
- ; Type: Dynamic
- ; Purpose: To prevent the following server ABEND:
- ; "Abend: DeleteFileCompletely found an invalid TNode"
- load DELFIX
- ;------------
- ; Delete Directory Fix - 10/29/90 10:05 (1773 bytes)
- ; Type: Dynamic
- ; Purpose: To prevent the following server ABEND:
- ; "Abend: DeleteDirectory found invalid phantom list"
- load DELDIRFX
- ;------------
- ; Erase File ABEND Fix - 11/21/90 13:02 (3991 bytes)
- ; Type: Dynamic
- ; Purpose: To prevent the following server ABEND:
- ; "Abend: Erase file should have done something"
- ; Symptoms: Server will generate ABEND if a directory
- ; which contains a large number of files is deleted.
- ; NOTE: Use only if problem seen.
- ;;load ERASEFIX
- ;------------
- ; TTS Fix - 12/05/90 08:58 (1938 bytes)
- ; Type: Dynamic
- ; Purpose: To prevent the following server ABEND:
- ; "Abend: TTSAbortTransaction detected a bad TTS file"
- load TTSFIX
- ;============================================
- ;Non-Critical Patches
- ;============================================
- ; IPX Receive Incomplete Fix - 10/11/90 17:03 (1279 bytes)
- ; Type: Dynamic
- ; Purpose: Solves problem of older 3.0 driver versions
- ; causing the following server error:
- ; "IPX received incomplete packet"
- ; NOTE: Use only if problem seen.
- ;;load IPXINCOM
- ;------------
- ; RW/RO Open File Fix - 10/29/90 18:09 (4174 bytes)
- ; Type: Dynamic
- ; Purpose: To allow files to be opened in Read/Write (RW)
- ; mode when file is marked Read Only (RO).
- ; DOS allows files to be opened RW when marked RO if
- ; no attempt is made to write to the file even if
- ; "read only compatibility = ON" is present in the
- ; SHELL.CFG workstation boot file.
- ; Symptoms: "File not found" or "Access denied" errors
- ; at workstations.
- load FIXOPEN
- ;------------
- ; NCPLimit Fix - 12/12/90 09:25 (1980 bytes)
- ; Type: Dynamic
- ; Purpose: To attempt to correct "findfirst" file system
- ; call that generates the following server warning:
- ; "Connection exceeded NCP directory search limit"
- load NCPLIMIT
- ;------------
- ; Zero Date/Time Fix - 12/07/90 08:46 (2563 bytes)
- ; Type: Dynamic
- ; Purpose: 1. To allow files to have date/time set to 0
- ; 2. Fix time/date assignment for copied files
- load DTTMFIX
- ;------------
- ; Encrypted password fix - 01/03/91 09:00 (2519 bytes)
- ; Type: Dynamic
- ; Purpose: To attempt to thwart brute-force password gussing
- ; if "Intruder detection" is not enabled by adding
- ; time delay if incorrect password is entered
- load PASSFIX
- ;============================================
- ;Other "Patches"
- ;============================================
- ; VREPAIR 3.11 Shim - 01/11/91 15:52 (699 bytes)
- ; Type: Not a patch
- ; Purpose: To allow Vrepair.NLM v3.11 to run on NW 3.10a.
- load VRSHIM
- ;============================================
- ;End of Patches
- ;============================================
-
- ; Setup Spooler Mappings
- ;
- ;examples:
- spool 0 <printq_0>
- spool 1 <printq_1>
- spool 2 <printq_2>
-
- ; Load and Bind LAN Drivers
- ;
- ;examples:
- load GES386AT port=2A0 int=3
- load GES386AT port=280 int=4
- load GES386AT port=360 int=A
- bind IPX to GES386AT [port=2A0 int=3] net=1
- bind IPX to GES386AT [port=280 int=4] net=2
- bind IPX to GES386AT [port=360 int=A] net=3
-
- ; Initialize Remote Console
- load remote <password>
- load rspx
-
- ; Remove DOS and use lower 640K RAM
- secure console
-